body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
li {
    margin: 0;
}

input {
    padding: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 14px;
    height: 100%;
    font-family: Arial, Helvetica, "Microsoft Yahei";
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #285da3;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* header begin */
.header {
    height: 110px;
    margin-bottom: 20px;
}

.mod-head {
    overflow: hidden;
}

.mod-head a:hover {
    text-decoration: none;
}

.mod-head .logo {
    float: left;
    line-height: 110px;
    font-size: 24px;
}

.mod-head .logo a {
    color: #0670e0;
}

.mod-head .nav {
    float: right;
}

.mod-head .nav li {
    float: left;
}

.mod-head .nav a {
    display: block;
    padding: 0 13px;
    line-height: 110px;
    font-size: 16px;
}

.mod-head .nav a:hover,
.mod-head .nav a.active {
    background: #0670e0;
    color: #fff;
    text-decoration: none;
}

/* header end */

.container {
    background: #fff;
}

/* footer begin */
.footer {
    background-color: #232a34;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.footer a {
    color: #fff;
}

/* footer end */

.module {
    overflow: hidden;
    padding-bottom: 80px;
}

.module .hd {
    padding-top: 80px;
    text-align: center;

    padding-bottom: 80px;
}

.module .hd .en {
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 30px;
    color: #7f7f7f;
    font-family: "times new roman";
}

.module .hd span {
    display: inline-block;
    font-size: 18px;
    color: #595959;
    font-family: "微软雅黑";
    border-top: 1px solid #ddd;
    padding: 10px;
}

.mod-about {
    background: #f3f3f3;
}

.mod-about .bd .text {
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 30px;
}

.mod-about .bd .text p {
    margin-right: 20px;
}

.mod-about .bd .pic {
    float: left;
    width: 50%;
    text-align: center;
    /* background: #fff; */
}

.mod-about .bd .pic img {
    max-width: 600px;
    max-height: 400px;
}


.mod-product {
    background: #fff;
}

.mod-product a:hover {
    text-decoration: none;
}

.mod-product .bd ul {}

.mod-product .bd li {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

.mod-product .bd .product {
    margin: 0 15px;
    border: 1px solid #ddd;
    background: #fff;
}

.mod-product .bd .box {
    height: 256px;
    overflow: hidden;
}

.mod-product .bd .box a {
    display: block;
    height: 100%;
}

.mod-product .bd .pic {
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.mod-product .bd .pic img {
    max-width: 100%;
    max-height: 100%;
}

.mod-product .bd .name {
    display: block;
    margin: 0 15px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.mod-product .bd .btn {
    text-align: center;
    padding: 20px 0;
}

.mod-product .bd .btn a {
    display: inline-block;
    width: 130px;
    height: 40px;
    background: #285da3;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.mod-product .bd .btn a:hover {
    opacity: 0.5;
}

.text-center {
    text-align: center;
    line-height: 40px;
}

.mod-detail h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 40px;
}


.mod-message,
.mod-bg {
    background: #f3f3f3;
}

.mod-message .item3 {
    overflow: hidden;
}

.mod-message .item3 .item {
    float: left;
    width: 33.3%;
    margin-bottom: 15px;
}

.mod-message .item3 .name {
    padding: 0 15px;
    margin:0;
}
.mod-message .name {
    margin:0 15px;
}
.mod-message .name input,
.mod-message .name textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.mod-message .name textarea {
    margin: 0 0 20px;
    height: auto;
}

.mod-message .submit {
    text-align: center;
}

.mod-message .btn {
    display: inline-block;
    width: 130px;
    height: 40px;
    background: #285da3;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
}

.mod-message .btn:hover {
    opacity: 0.8;
}

.mod-link {
    padding: 20px 0;
    line-height: 30px;
}

.mod-link span {
    font-weight: bold;
}

.mod-error {
    text-align: center;
    line-height: 60px;
    padding:200px 0;
    font-size: 16px;
}
.mod-error a{
    font-weight: bold;
}

.mod-product .ft {
    clear: both;
}

.mod-product .pagination {
    text-align: center;
    margin-top: 20px;
}

.mod-product .pagination li {
    display: inline-block;
    margin-left: 6px;
}

.mod-product .pagination a,
.mod-product .pagination span {
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #ccc;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.mod-product .pagination a:hover,
.mod-product .pagination span {
    background: #285da3;
    border-color: #285da3;
    color: #fff;
}

.mod-crumbs{
    padding: 20px 0;
    line-height: 30px;
}



@media screen and (max-width: 1199px) {
    .inner {
        margin: 0 10px;
    }
    .mod-head .logo{
        float: none;
        line-height: 50px;
        font-size: 20px;
    }
    .header .nav {
        height: 46px;
        line-height: 46px;
        float: none;
    }

    .header .nav ul {
        overflow-x: auto;
        white-space: nowrap;
    }

    .header .nav li {
        float: none;
        display: inline-block;
    }
    .header .nav li a{
        line-height: 46px;
    }

    .module .hd{
        padding-bottom:40px;
    }

    .mod-about .bd .text{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .mod-about .bd .pic{
        float: none;
        width: 100%;
    }
    .mod-product .bd li{
        width:50%;
    }
    .mod-message .name textarea{
        margin: 0 0 20px;
    }
    .mod-message .item3 .item{
        float: none;
        width: 100%;
    }
}